古典吧>英语词典>write in code翻译和用法

write in code

[网络] 写代码

网络

双语例句

  • I'm sure you have been told a number of times that you should write comments in your code.
    毫无疑问,你已经千百次地被告知,在编写代码时一定要添加注释。
  • As with natural language, it is possible to write "sentences" in computer code that, although different in composition, convey the same meaning.
    因为用自然语言,它可以编写计算机代码里的“句子”,虽然组分不同,但转达了相同的含义。
  • The fourth recommendation was to write as much of the page setup code in your jQuery code as possible.
    第四个概念是,尽可能多地用jQuery代码编写页面设置代码。
  • Some of the frameworks I've seen on the market allow developers to write their code in the back-end language, and the framework creates the front-end JavaScript code.
    我在市场上看到的一些框架允许开发人员用后端语言编写代码,然后由框架创建前端JavaScript代码。
  • Developers write their business logic in EGL source code using the powerful development facilities of Rational Business Developer Extension ( RBDe).
    开发人员利用RationalBusinessDeveloperExtension(RBDe)的强大的开发工具在EGL源代码中写出他们的商业逻辑。
  • As you write custom XML documents into entries in the audit log, you also must provide the complementary code that reads these audit entries and interprets the data within these XML documents.
    当我们在实体的审计日志中写入自定义的XML文档时,必然决定我们还需要补充一部份代码,用于阅读这些审计实体并解释出其中XML文档部分的数据。
  • To write ( a message, for example) in code or cipher.
    译成密码用电码或密码书写(如,信息)
  • I may want to write my code in UTF-8, but some Japanese programmer may want to write his code in Shift JIS.
    我也许希望我的代码是UTF-8的,但是一些日本程序员希望它们的代码是ShiftJIS。
  • The easiest way to find out is to write a small set of JUnit tests in Java code rather than in Scala, so let's do that.
    最简单的方法是用Java代码而不是Scala编写一组小型的JUnit测试,所以接下来我们就这样做。
  • When you write your test cases first, you get in the habit of writing only enough code to make the test case pass.
    在编写测试用例时,您养成了很好的测试习惯,即只编写运行测试用例所需的最少代码。